home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 6
/
MacMania 6.toast
/
/
Multimedia & Desktop
/
VideoToolbox
/
VideoToolboxSources
/
Assign92.h
< prev
next >
Wrap
Text File
|
1993-12-16
|
942b
|
27 lines
/*
Assign92.h
Including this header will make older programs that use Assign.c compatible with the
new version dated 8/12/93 of Assign.c, in which most of the routines were
renamed.
*/
#pragma once
#define Variable Description
#define FindVariable FindDescription
#define FindVariableDim FindDescribedDim
#define FreeAVariable FreeADescribedVar
#define FreePtrVariables FreeDescribedPtrVars
#define FreeVariables FreeDescribedVars
#define InitializeAVariable InitializeADescribedVar
#define InitializeVariables InitializeDescribedVars
#define KeepAVariable KeepADescribedVar
#define KeepVariables KeepDescribedVars
#define SetVariable Describe
#define SetVariableArray DescribeArray
#define SetVariableFirstLast DescribeFirstLast
#define UnequalVariablePair UnequalDescribedVarPair
#define UnequalVariables UnequalDescribedVars
Variable SetAVariable(short type,void *ptr,char *name,unsigned long dim
,const char *comment); /* old style */